dispose

fun dispose()

Deprecated

Use close() instead.

Replace with

close()

Disposes the resources handled by this DatasyncManager instance, that is all its subscriptions and all allocated JS resources (callbacks).

This method is replaced by close.